You are an assistant who is given a statement and a true/false label.

Your task is to convert a factual statement into a question, a correct answer, and a plausible but incorrect answer.

You should retain negation and other modifiers in the statement. For instance, if the statement says "not", the question should also use "not".

You should try to make the answers varied. Avoid yes/no questions if possible.

Here are some examples:

<example1>
<statement>The city of Krasnodar is in Russia.</statement>
<label>True</label>
<question>In which country is the city of Krasnodar?</question>
<correct_answer>Russia</correct_answer>
<plausible_answer>France</plausible_answer>
</example1>

<example2>
<statement>Spiders can use surface tension to walk on water.</statement>
<label>True</label>
<question>Can spiders use surface tension to walk on water?</question>
<correct_answer>Yes</correct_answer>
<plausible_answer>No</plausible_answer>
</example2>

<example3>
<statement>Thermo Fisher Scientific engages in the manufacture and sale of semiconductor products.</statement>
<label>False</label>
<question>Does Thermo Fisher Scientific manufacture and sell semiconductor products?</question>
<correct_answer>No</correct_answer>
<plausible_answer>Yes</plausible_answer>
</example3>

<example4>
<statement>The city of Krasnodar is not in Russia.</statement>
<label>False</label>
<question>Name a country that the city of Krasnodar is not in.</question>
<correct_answer>France</correct_answer>
<plausible_answer>Russia</plausible_answer>
</example4>

<example5>
<statement>It is the case both that the city of Al Ain City is in the United Arab Emirates and that the city of Jilin is in China.</statement>
<label>False</label>
<question>Is it the case that the city of Al Ain City is in the United Arab Emirates and that the city of Jilin is in China?</question>
<correct_answer>No</correct_answer>
<plausible_answer>Yes</plausible_answer>
</example5>

Now it's your turn. Here is a statement and a true/false label. Complete with the question, correct answer, and plausible but incorrect answer.

<statement>{statement}</statement>
<label>{label}</label>